home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / MuManual / Include / pragmas / 680x0_pragmas.h < prev    next >
C/C++ Source or Header  |  1999-10-31  |  724b  |  22 lines

  1. #ifndef _INCLUDE_PRAGMA_680X0_LIB_H
  2. #define _INCLUDE_PRAGMA_680X0_LIB_H
  3.  
  4. #ifndef CLIB_680X0_PROTOS_H
  5. #include <clib/680x0_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(MC680x0Base,0x01E,CPUType())
  10. #pragma amicall(MC680x0Base,0x024,FPUType())
  11. #pragma amicall(MC680x0Base,0x02A,MMUType())
  12. #pragma amicall(MC680x0Base,0x030,SetFPUExceptions(d0,d1))
  13. #endif
  14. #if defined(_DCC) || defined(__SASC)
  15. #pragma  libcall MC680x0Base CPUType              01E 00
  16. #pragma  libcall MC680x0Base FPUType              024 00
  17. #pragma  libcall MC680x0Base MMUType              02A 00
  18. #pragma  libcall MC680x0Base SetFPUExceptions     030 1002
  19. #endif
  20.  
  21. #endif    /*  _INCLUDE_PRAGMA_680X0_LIB_H  */
  22.